home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / mania405.zip / SETUP.DOC < prev    next >
Text File  |  1997-03-25  |  4KB  |  116 lines

  1. .CFG STANDARD FORMAT
  2. ====================
  3.  
  4. In All Of The New Carlton Doors, The First 4 Lines Of The Config File
  5. Are All Standardized. (*Six Lines If Using GTUSER.BBS. See Below.)
  6.  
  7.  Line 1: Complete Path To Dropfile, Including Dropfile Name
  8.          Ex: C:\BBS\TRIBBS.SYS
  9.  
  10.  Line 2: The Name Of The BBS As It Will Appear On The Registration Form
  11.          Ex: SOME PLACE ELSE BBS
  12.  
  13.  Line 3: Registering Sysop's First Name
  14.          Ex: Todd
  15.  
  16.  Line 4: Registering Sysop's Last Name
  17.          Ex: Carlton
  18.  
  19. There may be more lines necessary to configure the door. See CONFIG.DOC
  20. for the complete configuration set up.
  21.  
  22.  
  23. DROPFILES
  24. =========
  25.  
  26. Below Are The Valid Dropfiles:
  27. -----------------------------
  28.  CALLINFO.BBS                  <- For Wildcat! systems (prior to v3.0)
  29. #CHAIN.TXT                     <- WWIV NO LONGER SUPPORTED!! DO NOT USE!!
  30.  DOOR.SYS                      <- For systems that support DOOR.SYS
  31.                                   (Carlton doors handle BOTH the 31 line
  32.                                   DOOR.SYS and the one with the 52-lines)
  33.  DORINFOx.DEF                  <- For QBBS/RBBS/RA. Replace x with Node #.
  34. *GTUSER.BBS                    <- For GT Power systems
  35.  PCBOARD.SYS                   <- For PCBoard systems using PCBOARD.SYS only
  36.                                   (When using PCBOARD.SYS, door also accesses
  37.                                   the USERS file.)
  38.  SFDOORS.DAT                   <- For Spitfire systems.
  39.  TRIBBS.SYS                    <- For TriBBS systems.
  40.  USERS.SYS                     <- For PCBoard systems using USERS.SYS
  41.                                   (When using USERS.SYS, doors also accesses
  42.                                   PCBOARD.SYS, PCBOARD.DAT and the USERS file.)
  43.  USERINFO.DAT                  <- For Wildcat! 3.x+ systems.
  44.  
  45.  
  46. *BBSes That use GTUSER.BBS require 2 additional "Standard" lines in their
  47.  .CFG file.
  48.  
  49. *Line 5: COM Port
  50.          Ex: 2
  51.  
  52. *Line 6: Node Number
  53.          Ex: 1
  54.  
  55.  
  56. FOSSIL DRIVER SUPPORT
  57. =====================
  58. Carlton Doors support the use of Fossil drivers. To tell the door to use the
  59. Fossil driver instead of the standard COM ports, just put /FD on the command
  60. line when running the door. For example:
  61.  
  62.      MANIA MANIA.CFG /FD
  63.  
  64. indicates that a Fossil driver is present and should be used. If no Fossil
  65. driver is detected, the door will print a message to that effect and exit.
  66.  
  67.  
  68. NON-STANDARD INTERRUPTS
  69. =======================
  70. Carlton doors supports COM 1-4 with standard IRQ's - COM1/COM3 = IRQ4
  71. and COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  72. number after the configuration filename. Let's assume you're running
  73. DoorMania and you want to use COM1 and IRQ5. The command line
  74. passed to your Door would be:
  75.  
  76.     MANIA MANIA.CFG /5  or
  77.     MANIA MANIA.CFG /%IRQ%  (using environment variables)
  78.  
  79. The /5 tells DoorFrame to use IRQ5 rather than the standard IRQ4 that
  80. is normally used with COM1. !! No /# parameter is needed for standard IRQ's !!
  81.  
  82. There have been reports of conflicts when using non-standard IRQ's on
  83. Novell/Netware systems. Since Novell also uses the / character, things
  84. somethings act screwy. The * (asterisk) may be used instead of the /
  85. in case of a conflict. In other words, /%IRQ% and *%IRQ% (/5 and *5 in the
  86. example above) will both work and are interchangeable.
  87.  
  88. Using Non-Standard COM Ports/IRQ's, Carlton doors support COMs 1 thru 15,
  89. and any valid IRQ that your modem is operating on.
  90.  
  91.  
  92. ENVIRONMENT VARIABLES
  93. =====================
  94.  
  95. When specifying the location of the system file on line 1 of the doors .CFG
  96. file, you may use the environment variables %pcbdrive%, %pcbdir%, %pcbnode%,
  97. and %wcnodeid%. Some examples:
  98.  
  99.  PCBoard: 
  100.    USERS.SYS in C:\PCB           - %pcbdrive%%pcbdir%\USERS.SYS
  101.    USERS.SYS in C:\PCB\NODE1     - %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  102.  
  103.  Wildcat!:
  104.    USERINFO.DAT in C:\WC\NODE1   - C:\WC\NODE%wcnodeid%
  105.  
  106. Non-PCBoard systems may use the PCB environment variables by setting them
  107. in either AUTOEXEC.BAT or in the batch that runs the door. For example:
  108.  SET PCBDRIVE=C:
  109.  SET PCBDIR=\BBSDIR
  110.  SET PCBNODE=1
  111.  
  112. MISC NOTES OF INTEREST:
  113. ======================
  114. Carlton doors support the RIP color switch for new Wildcat! systems. Color is
  115. now displayed if either GRAPHICS or RIP are detected in the Wildcat! DOOR.SYS.
  116.